home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Macintosh Demo Applications CD
/
Apple-MacintoshDemoApplicationsCD-1.0-1992.iso
/
More Information
/
QuicKeys
/
For Programmers Only.sea
/
C Examples
/
Sample.make
< prev
next >
Wrap
Text File
|
1991-06-22
|
2KB
|
56 lines
# $Workfile$
# $Revision$
# makefile for MPW C flavor of Sample
# © 1990 CE Software, Inc. All rights reserved.
# For QuicKeys 2 Extension Sample source code you have a royalty-free right
# to include object code derived from this Sample source code in programs
# that you develop. You also have the right to use, distribute, and license
# such programs to third parties without payment of any further license fees
# to CE Software, Inc., so long as a copyright notice sufficient to protect
# your copyright for your software in the United States or any other country;
# is included in the graphic display of your software and on the labels
# affixed to the media on which your software is distributed.
# REVISION HISTORY:
# WHEN WHO WHAT
#•••••
# 9/4 mkg created file
# 6/17 mkg update libraries for mpw 3.2
#•••••
#SymOptions = -sym on
COptions = {symoptions} -b
POptions = {symoptions}
Sample ƒ Sample.r SampleUI.QkyC SampleX.QkyC
rez Sample.r -t QKex -c QKxx -o {Targ}
duplicate {Targ} "{systemfolder}preferences:quickeys folder:extensions:"{Targ}
SampleUI.c.o ƒ SampleUI.c SampleData.h extensions.h
C SampleUI.c -o SampleUI.c.o {COptions}
SampleUIFiles = SampleUI.c.o
SampleUI.QkyC ƒ {SampleUIFiles}
Link {SymOptions} -m MAIN -t '????' -c '????' -rt QkyC=-14348 -sn "Main=Sample Ext UI" ∂
{SampleUIFiles} ∂
"{Libraries}"Interface.o ∂
-o {Targ}
SampleXFiles = commonExecute.a.o SampleX.c.o
SampleX.c.o ƒ SampleX.c SampleData.h extensions.h
C SampleX.c -o SampleX.c.o {COptions}
SampleX.QkyC ƒ {SampleXFiles}
Link {SymOptions} -w -t '????' -c '????' -rt QkyC=-14347 -sg "Main" -ra Main=resSysHeap ∂
{SampleXFiles} ∂
"{Libraries}"Interface.o ∂
"{Libraries}"Runtime.o ∂
"{CLibraries}"StdCLib.o ∂
-o {Targ}